runtime.schedt.sudogcache (field)

8 uses

	runtime (current package)
		mgc.go#L1843: 	for sg = sched.sudogcache; sg != nil; sg = sgnext {
		mgc.go#L1847: 	sched.sudogcache = nil
		proc.go#L500: 		for len(pp.sudogcache) < cap(pp.sudogcache)/2 && sched.sudogcache != nil {
		proc.go#L501: 			s := sched.sudogcache
		proc.go#L502: 			sched.sudogcache = s.next
		proc.go#L565: 		last.next = sched.sudogcache
		proc.go#L566: 		sched.sudogcache = first
		runtime2.go#L818: 	sudogcache *sudog